home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / faq / mime2.txt / partmessage-partial0 < prev   
Encoding:
Text File  |  1995-07-08  |  66.9 KB  |  1,908 lines

  1.  
  2. Archive-Name: mail/mime-faq/part2
  3. Version: $Id: mime2,v 3.13 1995/05/13 22:26:15 jsweet Rel $
  4. Posting-Frequency: monthly
  5.  
  6.  
  7. --
  8. ==========================================================
  9. comp.mail.mime frequently asked questions list (FAQ) (2/3)
  10. ==========================================================
  11. Part 2: MIME products
  12. ~~~~~~
  13. --
  14.  
  15. Overview
  16. --------
  17. This is part 2 of a Frequently Asked Questions document about MIME, the
  18. multipurpose and multi-media standard for Internet mail.
  19.  
  20. Part 1 covers frequently asked questions.
  21.  
  22. Part 2 is a listing of MIME products.
  23.  
  24. Part 3 covers advanced topics.
  25.  
  26. The usual disclaimers apply; you know what they are: no
  27. endorsements implied, no warranty, no safety, no nuthin'!  :-)
  28. --
  29.  
  30. 7) Freely available MIME software packages
  31. ------------------------------------------
  32.  
  33. This section lists MIME-capable or MIME-enabling libraries, conversion
  34. tools, extension packages, mail user agents, and mail transport
  35. systems.
  36.  
  37. Tools that are explicitly designed for handling MIME in USENET news
  38. are discussed in section 9, although many of the packages in this
  39. section also deal with USENET news.
  40.  
  41. --------------------------------
  42.  
  43. 7.1) Libraries and Patches
  44.  
  45. Name:     c-client
  46. Product:  MUA library code
  47. Platform: Unix, Macintosh, MS-DOS, Windows, TOPS-20, VAX/VMS
  48. Where:      ftp://ftp.cac.washington.edu/mail/imap.tar.Z
  49. Author:   Mark Crispin
  50. Comments:
  51.  
  52.     [ comp.mail.misc FAQ ]
  53.  
  54.     Software writers only:
  55.  
  56.     c-client is a general library useful for creating MUA's.  It
  57.     provides a Application Program Interface for retrieving and
  58.     manipulating mail messages.  It supports the latest draft of
  59.     MIME.  It is driver based, and easily ported to new platforms and
  60.     MTAs.  The currently supported platforms include various versions
  61.     of BSD and SysV Unix, MS-DOS, Macintosh and even TOPS-20(!).  It
  62.     supports mailboxes in various local file formats (e.g. Unix mbox,
  63.     mail.txt, mh, mmdf), as well as remote mailbox access via the
  64.     NNTP, POP3, and IMAP protocols.  This is done transparently so
  65.     the main program is normally not aware what kind of mailbox it is
  66.     accessing.
  67.  
  68.     c-client does not contain any user interface.  Rather, it contains
  69.     everything else that goes into an MUA.  c-client is called with
  70.     such functions as mail_open(), mail_fetchheader(), mail_setflag(),
  71.     etc.
  72.  
  73.     Just the thing if you want to write a new MUA.
  74.  
  75.     c-client is distributed as part of the University of Washington
  76.     IMAP toolkit, and includes POP2, POP3, and IMAP2 (IMAP4 support
  77.     is coming soon) client and server code.  However, c-client does
  78.     not require IMAP or POP, and can be built without these.
  79.  
  80.     Contact the author (Mark Crispin <mrc@panda.com>) for technical
  81.     questions.
  82.  
  83.  
  84. Name:     FITS-v2
  85. Product:  xv patch
  86. Platform:
  87. Where:    ftp://orangutan.cv.nrao.edu/pub/aips/xv/FITS-v2.tar.Z
  88. Author:   
  89.  
  90.     [ Patrick P. Murphy <pmurphy@nrao.edu> 15-Nov-1994 ]
  91.  
  92.     This is a patch to xv that permits it to read and write
  93.     FITS files.  Granted it's probably not capable of digesting, say,
  94.     a UV database from AIPS, but for most FITS images it seems to work
  95.     reasonably well.  I've used this to patch both xv versions 2 and 3
  96.     successfully.
  97.  
  98.     Were you to have this, it would then be possible to view the image
  99.     by clicking on the URL/link, viewing it in xv, and then using xv's
  100.     save function to save it to a local disk.  I have not used this
  101.     mode of operation extensively, and it's not at all clear how much
  102.     of the header would be preserved beyond the bare essentials, but
  103.     it's a start.  If you just want "pretty pictures" it's definitely
  104.     a good method.
  105.  
  106.     Another option would be to use the .mailcap to specify:
  107.     
  108.     image/fits; saoimage %s
  109.     
  110.     Sorry, I don't know how to make the system recognise a binary file,
  111.     though I'm sure it's possible.
  112.  
  113.  
  114. Name:     mimelite
  115. Product:  library
  116. Platform: ANSI C
  117. Where:    ftp://oslonett.no/Software/MsDos/Kommunikasjon/Offline/mimelt20.zip
  118. Author:   Gisle Hannemyr <gisle@oslonett.no>
  119. Comments:
  120.  
  121.     [ Gisle Hannemyr <gisle@oslonett.no> 20-May-1994 ]
  122.  
  123.     "mimelite" is a simple, lightweight library written in ANSI C that
  124.     supports the parsing of MIME headers and encoding/decoding of body
  125.     parts, suitable for inclusion in offline-readers.
  126.  
  127.     If you develop mail and newsreader software (user agents), you
  128.     can link mimelite with your own program to make it support a
  129.     significant subset of MIME (namely the Content-Transfer-Encodings
  130.     7BIT, 8BIT, BASE64 and QUOTED-PRINTABLE).  mimelite also supports
  131.     conversion between the ISO Latin 1 character set used for European
  132.     character sets on USENET/Internet and PC-based character sets
  133.     (e.g. Macintosh, IBM CP-437 and CP-850).
  134.  
  135.     The distribution archive also contains UNMIME, a standalone program
  136.     to decode MIMEd messages encoded with BASE64 or QUOTED-PRINTABLE
  137.     encoding.
  138.  
  139.     The mimelite library is general enough to work in a number of
  140.     contexts, but it has been designed to work well on MS-DOS (where
  141.     memory is a scarce resource).  Its main application is intended to
  142.     help extend MS-DOS-based "offline-readers" for RFC-822 and RFC-1036
  143.     conformant messages to also support RFC-1521 and RFC-1522.
  144.  
  145.  
  146. --------------------------------
  147.  
  148. 7.2) Conversion tools and extension packages
  149.  
  150. Name:     emil
  151. Product:  tool
  152. Platform: Unix
  153. Where:    ftp://ftp.uu.se/pub/unix/networking/mail/emil/
  154. Where:    ftp://ftp.sunet.se/pub/unix/mail/emil/
  155. Author:   Martin Wendel <martin@alba.udac.uu.se>
  156. Comments:
  157.  
  158.     [ Martin Wendel <martin@alba.udac.uu.se> 8-Apr-1994 ]
  159.  
  160.     Emil is a tool for converting between message formats used by
  161.     MIME, Eudora, SUN mailtool, PC and Mac based clients, etc. It is
  162.     easily extensible.  It can work either standalone, as an argument
  163.     driven filter program, or, if linked with sendmail-5.67b+IDA-1.5
  164.     or sendmail-8.6.8, as a mail gateway convertering messages sent
  165.     between various types of Internet mail clients.  It will give
  166.     a possibility to convert encoding formats of attachments and
  167.     convert character sets of text.  It can make a heterogenous mail
  168.     environment, consisting of various types of mail clients, act as
  169.     a homogenous environment; for instance sending only MIME based
  170.     messages to the outside world.
  171.  
  172.  
  173. Name:     encdec
  174. Product:  tool
  175. Platform: ISO C
  176. Where:    ftp://ftp.efd.lth.se/pub/mail/encdec.c.gz
  177. Author:   Joergen Haegg <jh@efd.lth.se>
  178. Comments: 
  179.  
  180. encdec is a simple standalone encoder/decoder for base64 and quoted
  181. printable written in ISO C.
  182.  
  183.  
  184. Name:           Enriched text valider
  185. Product:        tool
  186. Platform:       Unix (easily portable)
  187. Author:         Daniel Glazman
  188. Contact:        Daniel.Glazman@der.edf.fr
  189. Where:          ftp://lara0.exp.edf.fr/pub/MIME/testEnriched.c
  190.  
  191.     [ Daniel Glazman <Daniel.Glazman@der.edf.fr> 13-Oct-1994 ]
  192.  
  193.     This tool is a text/enriched valider useable in conjunction with
  194.     the 'test' field of a mailcap file (for instance). Written in std C,
  195.     its code has been made *very* simple and readable on purpose, even
  196.     if it can be optimized.
  197.     It detects unbalanced closing tags, illegal tags, tags longer
  198.     than 60 chars and <<.
  199.     Provided with the standard "as is" copyright notice. /*Enjoy !*/
  200.  
  201.  
  202. Name:     exmh
  203. Product:  MUA
  204. Platform: UNIX
  205. Where:    ftp://parcftp.xerox.com/pub/exmh/exmh-1.5.1.tar.Z
  206. Where:    ftp://harbor.ecn.purdue.edu/pub/tcl/code/exmh-1.5.1.tar.gz
  207. Author:
  208. Contact:  "Brent Welch" <welch@parc.xerox.com>
  209. Comments: 
  210.  
  211.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  212.  
  213.     A Tk based UI to MH.  Supports nested folders, MIME/metamail.
  214.  
  215.  
  216. Name:     metamail
  217. Product:  MUA and tools
  218. Platform: Unix Amiga MS-DOS
  219. Where:    ftp://thumper.bellcore.com/pub/nsb/mm2.7.tar.Z
  220.           The metamail distribution that Nathaniel Borenstein supports.
  221. Where:    ftp://thumper.bellcore.com/pub/nsb/contrib2.7.tar.Z
  222.           Contributed sources.
  223. Where:    ftp://thumper.bellcore.com/pub/nsb/mm2.7.dos.zip
  224.           MS-DOS binaries
  225. Author:   Nathaniel Borenstein
  226. Comments:
  227.  
  228.     [ Paul Eggert <eggert@bi.twinsun.com> ]
  229.  
  230.     Metamail is a software implementation of MIME, designed for easy
  231.     integration with traditional mail-reading interfaces -- typically,
  232.     users do not invoke metamail directly.  Ideally, extending the
  233.     local e-mail or news system to handle a new media format is a
  234.     simple matter of adding a line to a mailcap file.  Mailcap files
  235.     are described in RFC 1343.
  236.  
  237.     [ Nathaniel Borenstein <nsb@thumper.bellcore.com> 9-Jan-1993 ]
  238.  
  239.     The metamail distribution includes a simple "mailserver" shell
  240.     script that can be used to operate a MIME-conformant mail server
  241.     mechanism, e.g. for making anon-ftp files available as MIME mail.
  242.     ServiceMail is also now available under the "contrib" area of the
  243.     metamail distribution.
  244.  
  245.     [ Jerry Sweet <jsweet@irvine.com> 10-Oct-1994 ]
  246.  
  247.     The "richtext" program in the metmail distribution has an
  248.     undocumented command line option, "-e", which turns it into a
  249.     viewer for text/enriched, the successor to text/richtext.
  250.  
  251.  
  252. Name:     Mew (Message interface to Emacs Window)
  253. Product:  MUA
  254. Platform: Emacs/Mule/XEmacs
  255. Where:    ftp://ftp.csce.kyushu-u.ac.jp/pub/Misc/mew/mew-current.tar.gz
  256. Author:   Kazuhiko YAMAMOTO
  257. Comments:
  258.  
  259.     [ Kazuhiko YAMAMOTO <kazu@is.aist-nara.ac.jp> 14-Oct-1994 ]
  260.  
  261.     Mew (Message interface to Emacs Window) is a message interface to
  262.     Emacs/Mule that integrates structured message such as MIME, PEM, and
  263.     PGP. Mew is now based on MH but will support USENET news soon.
  264.     
  265.     Currently, following features are supported.
  266.     
  267.     * Selective MIME part viewer.
  268.     * User friendly MIME composer that maps directory structure to multipart.
  269.     * PEM auto decryption and functions for encrypting and signing.
  270.     * PGP auto decryption and functions for encrypting and singing.
  271.     * LRU message cache engine.
  272.     * Only SPC key press interface.
  273.     * Asynchronous inc and scan.
  274.     * Dynamic window configuration.
  275.     * Excellent refile folder guess algorithm.
  276.     * Alias completion and expansion.
  277.     * Easy pick and scan interface.
  278.     * Mark based functions that treats multiple messages(e.g. unshar, uumerge).
  279.     
  280.     You should pronouns "Mew" as it is. Of course, it is meow of cat.
  281.     
  282.     P.S.
  283.     
  284.     You can find PEM/PGP/MIME integration information on 00faq in Mew's
  285.     package. 
  286.  
  287.  
  288. Name:     MHonArc
  289. Product:  HTML conversion tool
  290. Platform: Unix
  291. Where:    ftp://ftp.ics.uci.edu/pub/dtd2html/MHonArc1.0.0.tar.gz
  292. Author:   Earl Hood <ehood@convex.com>
  293.  
  294.     [ Earl Hood <ehood@convex.com> 2-Oct-1994 ]
  295.  
  296.     MHonArc is a Perl program for converting e-mail messages as specified
  297.     in RFC 822 and RFC 1521 (MIME) to HTML. MHonArc can perform the
  298.     following tasks:
  299.     
  300.       * Convert mh(1) mail folders or mail(1) style mailboxes into an HTML
  301.         mail archive.
  302.       * Add new e-mail messages to an existing HTML mail archive generated
  303.         by MHonArc.
  304.       * Convert a single message to HTML.
  305.         
  306.     An index page is created when an archive is generated. MHonArc allows
  307.     complete customization over the appearance of the index page including
  308.     the ability to insert user defined HTML markup and content-type
  309.     sensitive icons for the mail messages processed.
  310.  
  311. For details refer to http://www.oac.uci.edu/indiv/ehood/mhonarc.doc.html
  312. The x-types handled by MHonArc are listed in section 3 of this FAQ.
  313.  
  314.  
  315. Name:     MIME for VM/CMS
  316. Product:
  317. Platform: VM/CMS
  318. Where:    gopher://ricevm1.rice.edu
  319. Author:
  320. Comments:
  321.  
  322.     [ Rick Troth <TROTH@ricevm1.rice.edu> 21-Jul-1993 ]
  323.  
  324.     This MIME decoder is available via Gopher from ricevm1.rice.edu
  325.     under "Other freely distributable CMS software", which is under
  326.     "CMS Gopher Software".
  327.  
  328.     It correctly reads:
  329.  
  330.         o text/plain,
  331.         o text/richtext, and
  332.         o image/gif.
  333.  
  334.     GIFs require the VMGIF package from Belgium.  I need filters for
  335.     PBM and PGM and then they'd work too.  Sounds are not useful on
  336.     the standard 3270 terminal (dumb terminals just don't play sounds).
  337.  
  338.     It splits out multipart/[anything] into separate files.  CMS has a
  339.     standard directory "browser" (FILELIST) that lets you view a bunch
  340.     of related files and decide what, if anything, you want to do with
  341.     them.
  342.  
  343.     Message/external-body doesn't work well, but probably will given
  344.     more development time.  I could use some samples to help with the
  345.     debugging of that part.
  346.  
  347.     It does NOT do applications, except for the one, octet-stream.
  348.     (which is treated as a kind-of "sendfile" utility) There *is* a
  349.     PostScript interpreter for CMS, but it is reported to be a dog (we
  350.     don't have it).  But I do hope to put the extraction code in for
  351.     these eventually.
  352.  
  353.     If a given content-type isn't understood, you just view the item
  354.     as-is.
  355.  
  356.     For composition, there's no CHARSET= parameter on the
  357.     Content-Type: text/plain line.  It's EBCDIC until it gets into
  358.     SMTP, then it's ASCII, then it might be anything, so I've left off
  359.     the CHARSET= parameter.
  360.  
  361.     An "attach" command is added to RiceMAIL when you run this, which
  362.     would then change the message from text/plain to multipart/mixed
  363.     and append the attachment after a boundary.  Attachments don't
  364.     "close" properly; that is, the final boundary isn't correct, but is
  365.     correctly processed by all of the MIME compliant readers I've
  366.     checked.  (there's some feature of RiceMAIL that causes this)
  367.  
  368.     This thing is based on CMS Pipelines, so adding features is easy
  369.     since we now have the base for MIME processing.
  370.  
  371.  
  372. Name:     MIME tools for GNU Emacs
  373. Product:  MUA
  374. Platform: Unix
  375. Where:    ftp://ftp.kyutech.ac.jp/pub/MultiMedia/mime/emacs-mime-tools.shar
  376. Author:   Masanobu UMEDA
  377. Comments:
  378.  
  379.     [ Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 07-Aug-1993 ]
  380.  
  381.     MIME tools that consist of "mime.el", "rmailmime.el" and
  382.     "metamail.el" are tools for reading and composition of MIME
  383.     messages for GNU Emacs and its variants.  "mime.el" is a simple
  384.     MIME message composer that works with mail mode, news mode, and
  385.     mhe letter mode.  Messages of plain and richtext text, audio, and
  386.     image, and multipart messages of them can be composed by using
  387.     "mime.el".  "rmailmime.el" is for reading MIME messages within
  388.     Rmail.  "metamail.el" is an interface to metamail.  The metamail
  389.     package is required by these tools.
  390.  
  391.  
  392. Name:     MIME tools for NeXT
  393. Product:  editor
  394. Platform: NeXT
  395. Where:
  396. Author:   Dave Lacey
  397. Comments:
  398.  
  399.     [ Dave Lacey <dave@blackbox.isca.uiowa.edu> ]
  400.  
  401.     I'd like to keep you apprised of some MIME work I'm doing.  I'm
  402.     interested in using MIME as a transport medium for multi-media
  403.     gopher documents.  My particular use is for Radiology info, but it
  404.     would work for just about anything.
  405.  
  406.     I've got a NeXT Gopher client almost working and I also have a
  407.     NeXT based MIME file editor that reads/creates MIME documents.
  408.     Both work, but need a bit more extension.  I will likely
  409.     distribute the source to this, so the MIME reader (which is
  410.     essentially an object) can be re-used in other apps.
  411.  
  412.  
  413. Name:     mpack
  414. Product:  MUA/utility
  415. Platform: Unix, MS-DOS, OS/2, Macintosh, Amiga, Archimedes
  416. Contact:  mpack-bugs@andrew.cmu.edu
  417. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.5-src.tar.Z
  418.           Sources for all versions
  419. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack15d.zip
  420.           MS-DOS binaries
  421. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack15o.zip
  422.           OS/2 binaries
  423. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.5-mac.hqx
  424.           Macintosh binary
  425. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.5-amiga.lha
  426.           Amiga binaries
  427. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.5-arc.arc
  428.           Archimedes binaries
  429. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.5-linux.tar.gz
  430.           Linux binaries
  431. Author:   John Gardiner Myers, Chris Newman (Mac), Mike Meyer (Amiga),
  432.           Peter Simons (Amiga), Jochen Friedrich (OS/2),
  433.           Olly Betts (Archimedes)
  434. Comments:
  435.  
  436.     [ John Gardiner Myers <jgm+@cmu.edu> 16-Feb-1995 ]
  437.  
  438.     Mpack is a minimal implementation of MIME, designed for encoding and
  439.     decoding binary files in MIME messages.  In short, it is the MIME
  440.     equivalent of uuencode and uudecode.  For backwards compatibility,
  441.     it can also decode messages in split-uuencoded format.  The Macintosh
  442.     port can also handle AppleSingle, AppleDouble, and BinHex.
  443.  
  444.     Starting with version 1.5, all official mpack distributions are
  445.     PGP signed by "John Gardiner Myers <jgm+@cmu.edu>".  The PGP
  446.     signatures are detached from the distributions themselves, in
  447.     files with the ".asc" filename extension.
  448.  
  449.     [ Arjan van der Meer <arjanvdm@htsa.hva.nl> 30-Jan-1995 ]
  450.  
  451.     There is now a version of mpack/munpack for the Atari ST and
  452.     compatibles. It is just a compiled version of the UNIX 1.2 version,
  453.     but what I've tried worked okay. It is made by alex@hal.rhein-main.de.
  454.  
  455.     MPACK/MUNPACK Atari ST binary - 
  456.     ftp://ftp.uni-kl.de/pub/atari/misc/mpack_12.lzh
  457.  
  458.  
  459. Name:     n2m
  460. Product:  conversion tool
  461. Platform: NeXT
  462. Where:    ftp://nexus.yorku.ca/pub/n2m.shar
  463. Author:   
  464. Comments:
  465.  
  466.     [ Dave Collier-Brown <davecb@ccs.yorku.ca> 04-Jan-1993 ]
  467.  
  468.     Nn2m is a program that converts a file containing a NeXT-format
  469.     multimedia message into a file containing a MIME-format multimedia
  470.     message.
  471.  
  472.     It is usable on Berkeley-derived systems, or ones otherwise using
  473.     /usr/lib/sendmail as a mail transfer agent. It is in use on SunOS
  474.     4.1.1 and Ultrix 4.2, tested briefly on Aix 3.2 and NeXT.
  475.  
  476.     Description: it is used with non-NeXT mail user agents to convert
  477.     NeXT mail to MIME, which is intelligible to more than just the NeXT
  478.     mail program.  The resulting file will usually be more intelligible
  479.     to non-multimedia mail user agents.
  480.  
  481.     The textual part of the mail is converted into text, as well as
  482.     Microsoft RTF, and the attachments follow, as text/plain wherever
  483.     possible, as base64 encoded binaries otherwise.  This suffices for
  484.     messages with ASCII files pasted into them.
  485.  
  486.     Caveat:  This is a converter, not a translator: the conversion of
  487.     sound and of the initial "index.rft" file is not correctness-
  488.     preserving.
  489.  
  490.  
  491. Name:     Safe-TCL (Enabled Mail)
  492. Product:  extension package
  493. Platform: UNIX
  494. Where:    ftp://ftp.ics.uci.edu/mrose/safe-tcl/safe-tcl.tar.Z
  495. Where:    ftp://ftp.ics.uci.edu/mrose/safe-tcl/safe-tcl-contrib.tar.Z
  496. Author:   Marshall T. Rose
  497. Contact:  safe-tcl-request@uunet.uu.net
  498. Comments:
  499.  
  500.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  501.  
  502.     Incoming email processing tool based on Tcl.  Software also available
  503.     which can build MIME messages and send them.  Incoming email
  504.     processing includes ability to execute encapsulated Tcl programs at
  505.     delivery or upon viewing.
  506.  
  507.     [ Jerry Sweet <jsweet@irvine.com> 5-Sep-1994 ]
  508.  
  509.     Papers about Enabled Mail and Safe-TCL are available from these
  510.     sources:
  511.  
  512.     ftp://thumper.bellcore.com/pub/nsb/st/em-model.txt
  513.     ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.ps
  514.     ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.txt
  515.  
  516.  
  517. Name:     sd-launch
  518. Product:  extension package
  519. Platform: 
  520. Where:    http://www.cmf.nrl.navy.mil/CCS/people/fenner/dist/sd-launch/
  521. Where:    ftp://ee.lbl.gov/conferencing/sd/
  522. Where:    ftp://ftp.parc.xerox.com/pub/net-research/
  523. Author:
  524. Contact:  fenner@cmf.nrl.navy.mil (William C. Fenner)
  525. Comments:
  526.  
  527.     [ "Larry W. Virden" <lvirden@cas.org> 27-Feb-1995 ]
  528.  
  529.     This is a MIME/WWW browser helper to launch MBONE sessions.
  530.  
  531.  
  532. Name:     ServiceMail
  533. Product:  toolset
  534. Platform: unknown
  535. Where:    ftp://eitech.com
  536. Author:   Enterprise Integration Technologies Corporation
  537. Contact:  servicemail-help@eitech.com
  538. Comments:
  539.  
  540.     [ Jay C. Weber <weber@eitech.COM> 13-Oct-1992 ]
  541.  
  542.     We (Enterprise Integration Technologies Corporation) have a MIME
  543.     implementation, which we are distributing freely.  Instead of a
  544.     MIME MUA, it is a toolkit for building services that automatically
  545.     process MIME messages.  It is similar, in spirit, to the few other
  546.     e-mail-scripting packages except:
  547.  
  548.       o it exploits several MIME features
  549.       o it is intended to run standalone (as opposed to a back-end to a MUA)
  550.       o it uses TCL (from Berkeley) as its scripting language
  551.  
  552.     and support for PEM is in the works.
  553.  
  554.     EIT is providing ServiceMail access to the ServiceMail toolkit.
  555.     If you have the METAMAIL or some other MIME-compliant mail reader,
  556.     just send the message
  557.  
  558.         To: services@eitech.com
  559.         Subject: archive-request servicemail.tar.Z
  560.  
  561.     and read the response(s) using METAMAIL.  Save the result in
  562.     servicemail.tar.Z
  563.  
  564.     The package can also be retrieved by anonymous FTP from the site
  565.     eitech.com.
  566.  
  567.     If you have any problems with acquisition, installation, or use,
  568.     don't hesitate to send mail to "servicemail-help@eitech.com" and
  569.     ask for help.
  570.  
  571.     IF YOU WANT FUTURE UPDATES ON TOOL KIT VERSIONS, BUGS, AND
  572.     SERVICES, MAKE SURE YOU ARE ON THE PACT-KIT MAILING LIST.  To get
  573.     on it, send a message to "services@eitech.com" with subject
  574.     "listserv subscribe pact-kit your-real-name".
  575.  
  576.  
  577. Name:     sun-to-mime
  578. Product:  conversion tool
  579. Platform: OpenWindows
  580. Where:    ftp://cs.utk.edu/pub/MIME/sun-to-mime.perl
  581. Where:    ftp://cs.utk.edu/pub/MIME/sun-to-mime.c
  582. Author:   Keith Moore
  583. Comments:
  584.  
  585.     [ Keith Moore <moore@cs.utk.edu> 27-Dec-1992 ]
  586.  
  587.     A perl script (and conversion to C of same) that converts
  588.     OpenWindows mail to MIME.  Body parts currently supported are:
  589.     text, gif, Sun rasterfile (converted to image/gif), postscript, and
  590.     audio.  Other types default to application/octet-stream.  It's easy
  591.     to extend the set of types supported and to add conversions, if
  592.     necessary.
  593.  
  594.     The script requires uuencode, uudecode, zcat (aka uncompress),
  595.     and the "convert" program from ImageMagick.  If you don't have
  596.     ImageMagick you can probably substitute the pbm stuff with little
  597.     fuss.
  598.  
  599.  
  600. Name:     uu-to-mime
  601. Product:  conversion tool
  602. Platform: perl
  603. Where:    ftp://cs.utk.edu/pub/MIME/uu-to-mime.perl
  604. Author:   Keith Moore <moore@cs.utk.edu>
  605. Comments: 
  606.  
  607. A perl script that translates an RFC 822 message containing a single
  608. uuencoded file to a MIME message containing a base64-encoded file.
  609.  
  610. --------------------------------
  611.  
  612. 7.3) Mail user agents and transport systems
  613.  
  614. Name:     Andrew
  615. Product:  Multimedia system
  616. Platform: Unix
  617. Where:
  618. Author:
  619. Comments:
  620.  
  621.     [ Susan Straub <susan+@andrew.cmu.edu> 11-Jan-1993 ]
  622.  
  623.     Andrew is a very large and ambitious software system developed at
  624.     Carnegie Mellon University.  It is installed at hundreds of sites
  625.     throughout the world, and includes a multimedia document editor,
  626.     help system, and various other utilities.  In particular, it
  627.     includes a feature-rich program, "messages", which can read and
  628.     send mail and news articles in MIME format, including images,
  629.     audio, richtext, and more.  Andrew is available in binary release
  630.     for several Unix system architectures, and also in source form.
  631.     Be warned that the source distribution is itself about 50
  632.     megabytes, but you really are getting a LOT of stuff.  For
  633.     information on how to obtain a copy of Andrew, send mail to
  634.     info-andrew-request@andrew.cmu.edu.
  635.  
  636.  
  637. Name:     elm
  638. Product:  MUA
  639. Platform: Unix
  640. Where:
  641. Author:
  642. Comments:
  643.  
  644.     [ Syd Weinstein <syd@dsinc.dsi.com> 21-Dec-1992 ]
  645.  
  646.     Elm support for MIME:
  647.     2.3 - uses metamail supplied patch from Nathaniel Borenstein. 
  648.  
  649.     2.4:
  650.         reading: detects MIME headers and calls metamail automatically
  651.         if the message cannot be displayed on the current screen using
  652.         the native capabilities of the display (recognizes some char
  653.         sets as native)
  654.  
  655.         sending: detects [include ] markers and makes them MIME attachments.
  656.         Still very 'crude', but its all we had time for, as to the
  657.         release deadline of 'Elm' and MIME.
  658.  
  659.     3.x:
  660.         reading: probably no change from 2.x, but will understand
  661.         some 'file storage' types and allow for splitting off attachments
  662.         on their own.
  663.  
  664.         sending: will allow defining attachments to be added and auto build
  665.         the MIME stuff, in addition to the [include ] syntax.
  666.  
  667.     release status:
  668.     2.3: obsolete
  669.     2.4: Current PL is 23.
  670.     3.x: not planned until some time in 1994.
  671.  
  672.     [ Sven Guckes <guckes@inf.fu-berlin.de> 18-Apr-1995 ]
  673.  
  674.     >    2.4: Current PL is 23.
  675.     Make that "PL24".
  676.  
  677.     >    3.x: not planned until some time in 1994.
  678.     Make that "1995".  Or even "1996".
  679.  
  680.  
  681. Name:     Eudora 1.4.2
  682. Product:  MUA
  683. Platform: Macintosh MS-Windows
  684. Where:    ftp://ftp.qualcomm.com/quest/eudora/windows/1.4/eudor142.exe
  685. Where:    ftp://ftp.qualcomm.com/quest/eudora/mac/1.4/eudora142.hqx
  686. Where:    ftp://src.doc.ic.ac.uk/computing/systems/ibmpc/windows3/winsock/eudora14.exe
  687. Author:   Steve Dorner <sdorner@qualcomm.com>
  688. Author:   Jeff Beckley <beckley@qualcomm.com> (Windows Version)
  689. Comments:
  690.  
  691. Eudora 1.4 is a MUA for Macs and PCs that uses POP3 and SMTP and
  692. supports MIME.  A commercial version is also available: see the next
  693. section.
  694.  
  695.  
  696. Name:     HUyMail
  697. Product:  MTA/MUA
  698. Platform: VMS
  699. Where:    ftp://ftp.technion.ac.il/pub/unsupported/vms/local/local/huymail*.bck
  700. Author:   Yehavi Bourvine
  701. Comments:
  702.  
  703.     [ Yehavi Bourvine <YEHAVI@vms.huji.ac.il> 22-Jul-1993 ] 
  704.  
  705.     HUyMailer is a store and forward mailer for VAX/VMS and AXP/VMS
  706.     systems which supports as transports: DECnet, Multinet/TcpIp,
  707.     HUJI-NJE and PMDF.  The software is available freely for
  708.     non-commercial use as a C source code.
  709.  
  710.     The mailer supports two users' interfaces: VMS/MAIL (to which the
  711.     connection is done via MAIL11 DECnet connection) or a locally
  712.     written interface called BMAIL.  BMAIL is a menu oriented interface
  713.     which supports MIME and Hebrew.
  714.  
  715.  
  716. Name:     Iride
  717. Product:  MUA
  718. Platform: Macintosh
  719. Where:    ftp://gnbts.univ.trieste.it/mime/Iride.sea.hqx
  720. Author:   GNBTS
  721. Comments:
  722.  
  723.     [ From the README ]
  724.  
  725.     Iride is (or will be -- it's currently in beta test) an
  726.     implementation of a MIME user agent on the Apple Macintosh
  727.     computer.  It was developed as part of a project of the GNBTS -
  728.     Gruppo Nazionale Bioingegneria sezione di Trieste, for the
  729.     integration of multimedia mail with hospital data storing
  730.     facilities, in particular for the transfer of bioimages.
  731.     
  732.     This is a far from a complete MIME implementation, but I think 
  733.     it is quite usable.
  734.  
  735.     To use it you need:
  736.         o Macintosh with MacTCP 1.1 or better installed
  737.         o 32 bit ColorQuickDraw if you want to use images
  738.         o audio input device if you want to create audio messages
  739.         o connection to a SMTP mail relay
  740.         o connection to a POP3 server
  741.     
  742.     MIME types supported:
  743.     
  744.     text/plain              charset=US-ASCII only
  745.     text/richtext           (no tool for composing richtext yet)
  746.     
  747.     audio/basic
  748.     audio/X-macaudio        generated when a NOT sampled audio pasted in
  749.     
  750.     image/GIF
  751.     image/X-macPICT         generated when color QuickDraw is missing only
  752.     
  753.     multipart/mixed         each part is shown in a different window
  754.                             MUST change this
  755.     multipart/parallel     
  756.     multipart/alternative   handled as multipart/mixed
  757.                             MUST change this
  758.  
  759. Name:     mercurius
  760. Product:  MUA
  761. Platform:
  762. Where:    ftp://ftp.lii.unitn.it/pub/mercurius/mercurius.tar.Z
  763. Author: 
  764. Contact:  mercurius-bugs@lii.unitn.it
  765. Comments:
  766.  
  767.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  768.  
  769.     Mercurius facilitates composing and reading multimedia electronic
  770.     messages compliant with the Multipurpose Internet Mail Extensions
  771.     (MIME).
  772.  
  773.  
  774. Name:           MEUF [Mail Extended Using Faces]
  775. Product:        MUA
  776. Platform:       Unix/X
  777. Where:          ftp://ftp.inria.fr
  778. Where:          ftp://ftp.enst.fr
  779. Contact:        Daniel.Glazman@der.edf.fr
  780. Author:         Daniel Glazman
  781. Comments:
  782.  
  783.     [ Daniel Glazman <glazman@cli51ak.der.edf.fr> 23-Sep-1994 ]
  784.  
  785.     Meuf is a student project I developed at Ecole Nationale
  786.     Superieure des Telecommunications de Paris with the System
  787.     staff. It has grown A LOT to become a MIME-native MUA running
  788.     under Xt/Xaw.
  789.  
  790.     Earlier non-MIME versions (1.3 and 1.4) are available by anonymous
  791.     ftp from ftp.inria.fr and ftp.enst.fr.
  792.  
  793.     Currently developed version 3.0 will be released as a freely
  794.     available product as soon as I'll get the authorization. Code has
  795.     features:
  796.  
  797.     Pure MUA features:
  798.         * Faces (48x48 XBM bitmaps) display using the X-Faces
  799.           header field and included logos distribution
  800.         * does not rely on "faces" package
  801.         * folders (also with Faces display)
  802.         * waste basket
  803.         * messages sort by date, subject, length, ...
  804.         * unlimited aliases
  805.         * .face, .signature, .prologue, /usr/games/fortune handling
  806.         * automagically deleted messages
  807.         * References, Priority, Bcc, Return-Receipt-To handling
  808.         * "Trusted Users" features
  809.         * ignored header fields
  810.         * online help
  811.         * drag and drop for messages/folders management
  812.         * interactive Face design
  813.         * "Properties" windows
  814.  
  815.     MIME features:              
  816.         * does not rely on "metamail" package
  817.         * full MIME composition and restitution for non-textual
  818.           parts and text/plain
  819.         * multiparts composition and restitution
  820.         * basic text/richtext and text/enriched restitution
  821.         * mailcap mechanism
  822.         * Sun-Attachments parsing
  823.         * MIME incorporation
  824.         * MIME-clipboard (copy/paste of MIME parts between messages)
  825.         * extraction of forwarded MIME-messages for MIME restitution
  826.         * User's Guide (PS), Admin. Guide (PS)
  827.  
  828.     Successfully compiled and used with:
  829.         Sun             SunOs 4.1.x and Solaris 2.x
  830.         HP 9000/7xx     HP-UX > 9.01
  831.         DECstation      Ultrix
  832.         IBM RS6000      AIX > 3.2.4
  833.         Convex
  834.  
  835.     More information at http://lara0.exp.edf.fr/glazman/meuf.html
  836.     Availability will be announced in comp.mail.mime newsgroup.
  837.  
  838.  
  839.  
  840. Name:     MH 6.8
  841. Product:  MUA
  842. Platform: Unix
  843. Where:    ftp://ftp.ics.uci.edu/pub/mh/mh-6.8.tar.Z
  844. Where:    ftp://louie.udel.edu/portal/mh-6.8.tar.Z
  845. Author:
  846. Comments:
  847.  
  848. MIME support is available for the MH message handling system; the
  849. primary reader and generator is the program mhn(1) although other MH
  850. programs are also changed.  The current release of MH is 6.8.3.  Mhn
  851. does not use the mailcap mechanism described in RFC 1343.  Instead, 
  852. it has its own flexible extension mechanism, called a profile.
  853.  
  854. A tutorial for mhn is available:
  855.  
  856. Where:    ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.tex.Z
  857.           ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.sty.Z
  858.           ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.ps.Z
  859.  
  860. See the newsgroup comp.mail.mh for further information.
  861.  
  862.  
  863. Name:     MIXMH
  864. Product:  MUA
  865. Platform: Unix with X
  866. Where:    ftp://aun.uninett.no/pub/mail/mixmh/mixmh-0.3.tar.Z
  867. Author:
  868. Comments:
  869.  
  870.     [ Harald Tveit Alvestrand <Harald.Alvestrand@delab.sintef.no> 10-Dec-1992 ]
  871.  
  872.     This version is based on XMH version 1.6 from SEI, Carnegie Mellon.
  873.     It supports sending MIME with extended character sets in the headers
  874.     (per RFC 1342) and the body (per RFC 1341 text/plain).  It has
  875.     limited support for multipart messages.
  876.  
  877.     The source is freely redistributable and modifiable.
  878.  
  879.     As you can see from the version number, it is still not considered
  880.     fully stable. Bugs may be reported to mixmh-bugs@uninett.no
  881.     Information and discussion will take place on mixmh-info@uninett.no;
  882.     mail to mixmh-info-request@uninett.no to join.
  883.  
  884.  
  885. Name:     Pegasus mail
  886. Product:  MUA
  887. Platform: MS-DOS, MS-Windows, Macintosh
  888. Where:    ftp://risc.ua.edu/pub/network/pegasus/*
  889. Author:   David Harris <david@pmail.gen.nz>
  890. Comments:
  891.  
  892.     [ James Ford <JFORD@ua1vm.ua.edu> 2-Nov-1993 ]
  893.  
  894.     Pegasus Mail is an E-Mail package for Novell network v2.15 and higher
  895.     that supports MHS (natively) and SMTP.  The MS-DOS version (v3.01a)
  896.     is MIME compliant; the MS-Windows version should be by mid-November.
  897.     I do not know the timetable for the Mac version.  You can either
  898.     get a PC-based SMTP gateway for it (Charon, by Brad Clements) or a
  899.     (Netware v3.11) NLM-based version (Mercury, by David Harris) from
  900.     risc.ua.edu.  I believe that the SMTP gateway Mercury supports 8-bit
  901.     MIME encoding.
  902.  
  903.     [ Henning Stams <hstams@k.mup.de> 21-Nov-1994 ]
  904.  
  905.     MS-DOS-Version currently is 3.22. It's internationalized (German,
  906.     Czech, Dutch and many more).  Windows-Version is currently 1.22; v2.0
  907.     soon to come. Also Mime-compliant MERCURY runs on NW 3.11, 3.12, 4.x
  908.     (Currently Bindery Emul. Mode; soon in NDS-Mode).  Current Version:
  909.     1.13
  910.  
  911.  
  912. Name:     Pine
  913. Product:  MUA
  914. Platform: Unix
  915. Where:    ftp://ftp.cac.washington.edu/pine/pine.tar.Z
  916. Author:   Laurence Lundblade, Michael Seibel, Mark Crispin
  917. Comments:
  918.  
  919.     [ From the release notes 21-Sep-1993 ]
  920.  
  921.     Pine(tm) --a Program for Internet News & E-Mail-- is a tool for
  922.     reading, sending, and managing electronic messages.  It was designed
  923.     specifically with novice computer users in mind, but can be tailored
  924.     to accommodate the needs of "power users" as well.  Pine uses
  925.     Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP)
  926.     and runs on Unix and MS-DOS.
  927.  
  928.     The guiding principles for Pine's user-interface were: careful
  929.     limitation of features, one-character mnemonic commands,
  930.     always-present command menus, immediate user feedback, and high
  931.     tolerance for user mistakes. It is intended that Pine can be learned
  932.     by exploration rather than reading manuals.  Feedback from the
  933.     University of Washington community and a growing number of Internet
  934.     sites has been encouraging.
  935.  
  936.     Pine's message composition editor, Pico, is also available as a
  937.     separate stand-alone program.  Pico is a very simple and easy-to-use
  938.     text editor offering paragraph justification, cut/paste, and a
  939.     spelling checker.
  940.  
  941.     [ David L Miller <dlm@cac.washington.edu> 31-Aug-1994 ]
  942.  
  943.     For more information, see http://www.cac.washington.edu/pine/
  944.  
  945.  
  946. Name:     Tkmailto
  947. Product:  MUA
  948. Platform: UNIX
  949. Where:    ftp://harbor.ecn.purdue.edu/pub/tcl/code/tkmailto-1.0.tar.gz
  950. Author: 
  951. Contact:  "Johan Lindbladh" <tet90jl@tintin.hik.se>
  952. Comments: 
  953.  
  954.     [ "Larry W. Virden" <lwv26@cas.org>, 13-Aug-1994 ]
  955.  
  956.     Alpha version Tk-based mail composer which supports MIME.  Requires
  957.     Safe-Tcl 1.1.
  958.  
  959. --
  960.  
  961. 8) Commercial MIME software packages
  962. ------------------------------------
  963.  
  964. Name:     Echelon
  965. Product:  MUA
  966. Platform: NEXTSTEP
  967. Contact:  ak272@freenet.acsu.buffalo.edu
  968. Author:   Doug Boyce <ak272@freenet.acsu.buffalo.edu>
  969. Comments:
  970.  
  971. Echelon is a MUA for NEXTSTEP that can decode, display, and compose both
  972. NeXTmail and MIME.  Most MIME types are supported.  A demo version is
  973. available from
  974.  
  975. Where:    ftp://nova.cc.purdue.edu/pub/next/submissions/Echelon_1.12.tar.gz
  976.  
  977.  
  978. Name:     ECSMail
  979. Product:  MUA/MTA
  980. Platform: Unix, NT, OS/2, OpenVMS, MS-DOS, MS-Windows, Mac System 7
  981. Contact:  ECS Sales <ecs-sales@edm.isac.ca>
  982. Phone:    +1 403 420 8081
  983. Author:
  984. Comments:
  985.  
  986.     [ Steve Hole <steve@edm.isac.ca> 24-Aug-1993 ]
  987.  
  988.     ECSMail is an electronic mail product for building enterprise mail
  989.     systems.  It is designed from start to finish as a system for
  990.     establishing mail services throughout an organization, with external
  991.     organizations and the world information system in general.  It does
  992.     this by using a completely standards based architecture.
  993.  
  994.     ECSMail is comprised of the following system components:
  995.  
  996.      ECSMail MUA Set      - a set of Mail User Agents (MUA) 
  997.      ECSMail MTA Set      - a set of Message Transport Agents (MTA)
  998.      ECSMail MS Set       - a set of Message Services (MS)
  999.  
  1000.     All components support both MIME/822 and X.400, and run under
  1001.     Unix, Microsoft NT, OS/2, OpenVMS.  Additionally, the MUA Set runs
  1002.     under MS-DOS, Microsoft Windows, and Mac System 7.
  1003.  
  1004.     Pricing for the ECS products and ISA business information can be 
  1005.     obtained by contacting:
  1006.  
  1007.      ECS Sales 
  1008.      835 10040 - 104 Street
  1009.      Edmonton, Alberta, Canada
  1010.      T5J 0Z2
  1011.  
  1012.      Phone: 403-420-8081
  1013.      Fax:   403-420-8037
  1014.  
  1015.     or by sending a request through electronic mail to the address:
  1016.  
  1017.      ECS Sales <ecs-sales@edm.isac.ca>
  1018.  
  1019.  
  1020. Name:     Eudora 2.0.2
  1021. Product:  MUA
  1022. Platform: Macintosh
  1023. Contact:  eudora-sales@qualcomm.com
  1024. Author:   Steve Dorner <sdorner@qualcomm.com>
  1025. Author:   Jeff Beckley <beckley@qualcomm.com> (Windows Version)
  1026. Comments:
  1027.  
  1028. Commercial versions of Eudora with more features than the freely
  1029. available ones.
  1030.  
  1031. Information about the commercial versions of Eudora can be found at:
  1032.  
  1033. ftp://ftp.qualcomm.com/quest/eudora/windows/Eudor2Info-*.exe
  1034. ftp://ftp.qualcomm.com/quest/eudora/mac/Eudora2Info-*.sea.hqx
  1035.  
  1036.  
  1037. Name:     IBM multimedia mail
  1038. Product:
  1039. Platform: OS/2
  1040. Contact:  Jerry Cuomo <gcuomo@watson.ibm.com>
  1041. Author:   IBM
  1042. Comments:
  1043.  
  1044.     [ Larry Salomon Jr <os2man@panix.com> 10-Dec-1992 ]
  1045.  
  1046.     I'm not going to follow this group, but I wanted to state that IBM -
  1047.     at the T.J. Watson Research Center - is developing a multimedia mail
  1048.     application for OS/2 which is based on the Mime spec.  They demoed
  1049.     it at Interop.
  1050.  
  1051.     For more information, including (probably) how to become a test site
  1052.     (I haven't confirmed whether they're actually going to do this,
  1053.     but they've done it before), contact the department manager, Jerry
  1054.     Cuomo, at gcuomo@watson.ibm.com.
  1055.  
  1056.  
  1057. Name:     iGate
  1058. Product:  WordPerfect Office gateway
  1059. Platform:
  1060. Contact:  smart@actrix.gen.nz
  1061. Author:   Smart Systems
  1062. Comments:
  1063.  
  1064.     [ Quentin Smart <smart@acme.gen.nz> 25-Sep-1993 ]
  1065.  
  1066.     iGate provides seamless connectivity to SMTP mail from WordPerfect
  1067.     office.  Running as a native gateway under the Office Connection
  1068.     server and incorporting a TCP/IP stack iGate is a complete solution
  1069.     with no extras like MHS or TCP/IP stacks required.
  1070.     
  1071.     Further information from:
  1072.  
  1073.         Smart Systems
  1074.         PO Box 5017
  1075.         Wellington, New Zealand
  1076.         +64 6 3561484
  1077.         smart@actrix.gen.nz
  1078.  
  1079.  
  1080. Name:     Mail 3.3
  1081. Product:  MUA
  1082. Platform: NEXTSTEP
  1083. Contact:  Lennart Lovstrand <lennart@next.com>
  1084. Author:   NeXT Computer, Inc.
  1085. Phone:    +1 800-TRY-NeXT, +1 415-366-0900
  1086. Comments:
  1087.  
  1088.     [ Lennart Lovstrand <Lennart_Lovstrand@next.com>  28-Feb-1995 ]
  1089.  
  1090.     Mail 3.3 is an easy-to-use multimedia graphical mail user interface
  1091.     that can send and receive messages in both NeXTmail or MIME format.
  1092.     It has support for hierarchical mailboxes, address books, "Lip
  1093.     Service" voice mail and a bunch of other stuff.  Mail 3.3 comes as
  1094.     part of the NEXTSTEP 3.3 User System available for NeXT Computers,
  1095.     486-based PCs, HP, and SPARC based workstations.
  1096.  
  1097.  
  1098. Name:     Mi'Mail
  1099. Product:  MUA
  1100. Platform: MS Windows 3.x
  1101. Contact:  info@irisoft.be
  1102. Phone:    +32 16 23 23 01
  1103. Author:   IRISoft Research
  1104. Comments:
  1105.  
  1106.     [ Jean-Louis Herman <jlherman@irisoft.be> 12-Apr-1995 ]
  1107.  
  1108.     Mi'Mail is a electronic mail product with:
  1109.     
  1110.     - Full MIME support (Nested multiparts, Message/Partial,...).
  1111.     - Distributed address books.
  1112.     - Connection with X500 for getting electronic addresses.
  1113.     - Distributed, hierarchical and open folder system (folders
  1114.       contain messages but also any kind of document, any application
  1115.       can get the information stored in the folders).
  1116.     - User friendly interface (drag and drop, context sensitive help,
  1117.       powerful editor).
  1118.     - Uses SMTP and POP3 over TCP or over serial lines with modems.
  1119.     - Automatic solution for managing the compatibility between MIME
  1120.       and non MIME users.
  1121.     - DDE server (with the same interface as cc:mail).
  1122.     - Transparent support of ISO 8859 character sets.
  1123.     - Easy management of the attachments (use of the Windows
  1124.       registration database, drag and drop,..)
  1125.     - Automatic mail checking, sendmail acknowledgment support,
  1126.       Multi-user application.
  1127.  
  1128.     An evaluation version is available at the following site:
  1129.  
  1130.     ftp://ftp.eunet.be/pub/EUnet/dos
  1131.  
  1132.  
  1133. Name:     Internet Exchange for cc:Mail
  1134. Product:  cc:Mail to SMTP/MIME Internet Mail Gateway
  1135. Platform: MS-Windows
  1136. Contact:  sales@ima.com
  1137. Phone:    +1 415 871 4045
  1138. Author:   International Messaging Associates
  1139. Comments:
  1140.  
  1141.     [ Tim Kehres <kehres@ima.com> 08-Dec-1993 ]
  1142.  
  1143.     For cc:Mail users, Internet Exchange is the gateway of choice to
  1144.     provide standardized full multimedia connectivity between cc:Mail
  1145.     users and their Internet partners.  Internet Exchange for cc:Mail
  1146.     can be used to interconnect cc:Mail networks with external users on
  1147.     the Internet as well as connecting your own internal network to your
  1148.     cc:Mail community.
  1149.  
  1150.     Internet Exchange for cc:Mail is the first SMTP to cc:Mail gateway
  1151.     that suports the full MIME Internet standard for exchanging rich
  1152.     media multipart messages.  This means that your cc:Mail users can
  1153.     now exchange any attachment types with Internet based mail systems.
  1154.     By using the MIME standard, Internet Exchange for cc:Mail users
  1155.     will be assured future compatibility with other MIME compliant mail
  1156.     gateways.
  1157.  
  1158.     To simplify administration and management, the Internet Exchange
  1159.     System Manager runs under Windows 3.1.  On screen buttons provide
  1160.     administration access into the gateway operations.  Managers can
  1161.     easily view and modify all gateway activity.  Message routing is
  1162.     accomplished using any combination of host tables,Domain Name System
  1163.     (DNS) lookup, and default mail host routing.
  1164.  
  1165.  
  1166. Name:     InterOFFICE
  1167. Product:  Multiplatform MTA and gateway for most email systems
  1168. Platform: UNIX, OS/2, VAX/VMS, Tandem NonStop, NeXTSTEP, HP 3000, AS/400,
  1169.       VM/370, Wang VS
  1170. Contact:  info@bsw.com
  1171. Phone:    +1 617 482 9898
  1172. Author:   The Boston Software Works, Inc.
  1173. Comments:
  1174.  
  1175.     [ Larry Campbell <campbell@bsw.com> 28-Jan-1995 ]
  1176.  
  1177.     InterOFFICE is a portable and modular family of gateway modules
  1178.     (access units, we call 'em) that interconnect a wide variety of email
  1179.     systems, including: ALL-IN-1, cc:Mail, HP Desk, HP OpenMail, IBM
  1180.     OfficeVision/400, IBM OfficeVision/VM (formerly known as PROFS),
  1181.     Microsoft Mail, NeXTMAIL, Novell MHS, QuickMail, Tandem TRANSFER, Wang
  1182.     OFFICE, X.400, and of course, Internet mail.  The Internet access unit
  1183.     fully supports MIME, enabling users of proprietary email systems to
  1184.     exchange multipart messages containing text, images, audio, and binary
  1185.     files with Internet users.
  1186.  
  1187.  
  1188. Name:     Ishmail
  1189. Product:  MUA
  1190. Platform: SunOS, Solaris, AIX, HP-UX, and UnixWare
  1191. Contact:  info@hal.com
  1192. Phone:    +1 800 762 0253 or +1 512 834 9962
  1193. Where:    ftp://ftp.halsoft.com
  1194. Pricing:  $99 U.S. for single user. Multi-user/site license discounts.
  1195. Author:   HaL Software Systems
  1196. Comments:
  1197.  
  1198.     [ Frank Bieser <frankb@hal.com> 21-Jun-1994 ]
  1199.  
  1200.     Ishmail is a MIME-capable e-mail tool with a Motif graphical user
  1201.     interface. Ishmail includes the following features:
  1202.  
  1203.     - Full support of MIME data types: plain text, rich text, GIF,
  1204.       JPEG, U-LAW audio, MPEG, binary, PostScript, ODA, RFC822 mail
  1205.       message, plus user-defined extensions.
  1206.  
  1207.     - Message attachments supported via: local file, AFS, mail server,
  1208.       regular FTP, anonymous FTP, and TFTP.
  1209.  
  1210.     - Support for composing, viewing, and printing rich text messages.
  1211.  
  1212.     - Easily customized through GUI dialogs for fonts, definition and
  1213.       placement of custom buttons, message list sorting and format, etc.
  1214.  
  1215.     - Variety of user interaction methods, ranging from "drag and drop"
  1216.       and custom buttons to keyboard shortcuts.
  1217.  
  1218.     - Support for use of, modification, and addition of sendmail-style
  1219.       mail aliases.
  1220.  
  1221.     - User defined alert commands and icons, triggered by matching 
  1222.       patterns in incoming mail headers.
  1223.  
  1224.     - On-line help cards, including context sensitive help.
  1225.  
  1226.     - Full end-user manual provided in PostScript format.
  1227.  
  1228.     - Complete hypertext version of end-user manual available via World Wide
  1229.       Web at http://www.hal.com/products/sw/ishmail/user-guide.html
  1230.  
  1231.     HaL Software Systems
  1232.     3006 Longhorn Blvd #A-113
  1233.     Austin, TX 78758-7631
  1234.  
  1235.  
  1236. Name:     Mail*Hub
  1237. Product:
  1238. Platform: Control Data 4000 Series Mips-based Unix systems
  1239. Contact:  rrr@svl.cdc.com
  1240. Author:   Control Data Systems
  1241. Comments:
  1242.  
  1243.     [ <rrr@duck.svl.cdc.com> 23-Dec-1992 ]
  1244.  
  1245.     Mail*Hub includes support for X.400, X.500, SMTP, and creating,
  1246.     viewing, and sending MIME enclosures in mail. In addition, the Fax
  1247.     Gateway portion of Mail*Hub supports sending mail with MIME
  1248.     enclosures to a Fax machine.  Graphical MIME components
  1249.     (Postscript, GIF, TIFF,...)  are automatically recognized and
  1250.     imaged at the receiving Fax machine.
  1251.  
  1252.  
  1253. Name:           MAIL-IT 
  1254. Product:        MUA 
  1255. Platform:       MS Windows 3.x 
  1256. Contact:        mail-it@unipalm.co.uk 
  1257. Phone:          1-800-368-0312 
  1258.                 (+44) 223 250 100
  1259. Author:         Unipalm Ltd. 
  1260. Comments: 
  1261.  
  1262.     [ Maria Porto <maria@unipalm.co.uk>, 7-Jul-1994 ]
  1263.  
  1264.     MAIL-IT is a Winsock-compatible SMTP/POP mail client with MIME
  1265.     functionality.  By implementing Microsoft's Extended MAPI
  1266.     architecture, MAIL-IT allows mail to be sent from directly within
  1267.     MAPI-enabled applications such as Word for Windows, Excel,
  1268.     WordPerfect, Lotus 1-2-3 and Ami Pro, thus Internet-enabling the
  1269.     user's desktop.
  1270.      
  1271.     MAIL-IT benefits include: 
  1272.      
  1273.     -  support for MIME 
  1274.     -  implementation of Microsoft's MAPI architecture 
  1275.     -  full drag and drop 
  1276.     -  hierarchical foldering 
  1277.     -  uses SMTP for sending, and POP2 or POP3 for receiving mail 
  1278.     -  local address book 
  1279.  
  1280.     There is a 30-day demo copy available for anonymous ftp: 
  1281.     ftp://pipe.pipex.net/xtech/mail-it/mie202.zip
  1282.     Please contact us for the decrypting password.
  1283.  
  1284.  
  1285. Name:     Mail*Link SMTP for QuickMail, Microsoft Mail for AppleTalk, and
  1286.           PowerShare
  1287. Product:  Macintosh Mail systems to SMTP/MIME gateways
  1288. Platform: Macintosh
  1289. Contact:  info@starnine.com
  1290. Phone:    510-649-4949
  1291. Author:   StarNine Technologies, Inc.
  1292. Comments:
  1293.  
  1294.     [David Thompson <david@starnine.com> 19-Sept-1994 ]
  1295.  
  1296.     Mail*Link SMTP 3.0 is the industry-standard for connecting
  1297.     Macintosh mail systems to each other, as well as PC, UNIX and
  1298.     host-based mail systems on corporate LANs and the Internet.  The
  1299.     Mail*Link family of gateways now provides MIME support for all
  1300.     major Macintosh LAN messaging systems including QuickMail,
  1301.     Microsoft Mail for AppleTalk and PowerShare Collaboration servers.
  1302.     
  1303.     Per-destination processing of messages in version 3.0 allows
  1304.     gateway administrators to configure translation and enclosure
  1305.     handling methods for outgoing messages addressed to a specific
  1306.     SMTP address, domain, or host.  The gateway ships with three
  1307.     preprogrammed translation methods for sending messages to users on
  1308.     PCs, UNIX, and MIME-capable systems.
  1309.     
  1310.     Mail*Link SMTP uses the proposed MacMIME standard to allow more
  1311.     flexibility when receiving messages with MIME-encoded Macintosh
  1312.     files.  An option to encode an attachment's datafork only with
  1313.     MIME greatly increases compatibility with non-Macintosh MIME
  1314.     systems.  Other enclosure handling options include
  1315.     MacBinary-UUENCODE, AppleSingle-UUENCODE, BinHex 4.0, and
  1316.     Datafork-only-UUENCODE, and StuffIt compression.
  1317.  
  1318.  
  1319. Name:     Mail*Link Internet for PowerTalk
  1320. Product:  PowerTalk to SMTP/MIME Internet Mail Gateway
  1321. Platform: Macintosh System 7.5
  1322. Contact:  info@starnine.com
  1323. Phone:    510-649-4949
  1324. Author:   StarNine Technologies, Inc.
  1325. Comments:
  1326.  
  1327.     [David Thompson <david@starnine.com> 19-Sept-1994 ]
  1328.  
  1329.     Mail*Link Internet for PowerTalk is a personal gateway that allows
  1330.     System 7.5 users in SMTP/POP3 environments to exchange messages
  1331.     with Internet mail users.
  1332.     
  1333.     Version 1.0 supports System 7.5 and System 7 Pro Macintoshes with
  1334.     MacTCP (included) on a local area network.  It uses the standard
  1335.     Simple Mail Transfer Protocol (SMTP) and Post Office Protocol
  1336.     (POP3) for sending and reading mail within the LAN.  If the LAN is
  1337.     connected to the Internet, PowerTalk users can also exchange
  1338.     messages with external Internet users.  Version 1.5, due out in
  1339.     September, 1994 will support SLIP or PPP connections.
  1340.     
  1341.     Incoming Internet messages are placed in the PowerTalk universal
  1342.     mailbox on the desktop.  Users can send Internet messages from
  1343.     within their preferred PowerTalk-savvy application such as
  1344.     WordPerfect, ClarisWorks, or the Finder.  The gateway supports
  1345.     standard Macintosh file enclosure handling methods including
  1346.     AppleSingle-UUEncode, Datafork only-UUENCODE, MacBinary, and
  1347.     BinHex, as well as MIME.
  1348.     
  1349.     A 60-day trial version of the gateway is available on StarNine's
  1350.     anonymous FTP server (ftp://ftp.starnine.com/pub/evals/pt-inet)
  1351.     as well as on the CD-ROM version of Apple's System 7.5 product
  1352.     (look in the CD Extras folder).
  1353.  
  1354.  
  1355. Name:     MPOWER
  1356. Product:
  1357. Platform:
  1358. Contact:
  1359. Author:   HP
  1360. Comments:
  1361.  
  1362.     [ Harald Alvestrand <Harald.Alvestrand@delab.sintef.no> 22-Jan-1993 ]
  1363.  
  1364.     If anyone is interested, the new multimedia product from HP called
  1365.     MPOWER supports MIME format mail.
  1366.  
  1367.     You can drag and drop a picture onto the mail icon, and it will be
  1368.     sent as a MIME message.
  1369.  
  1370.     (Unfortunately, they forgot to quote the delimiter that had a dot in
  1371.     it, and PINE failed to parse that......well, it's a betatest.)
  1372.  
  1373.  
  1374. Name:      NetMail/3000
  1375. Product:   SMTP/MIME compatible electronic mail system for HP3000s
  1376. Platform:  HP3000 MPE/V, HP3000 MPE/iX
  1377. Contact:   solcentr@netcom.com (Solution Centers International)
  1378. Telephone: (US) 800 Net-Mail (UK)+44 (0480) 301364 (Other) +1 916 622-0630
  1379. Fax:       (US) 916 622-0738 (UK) +44 (0480) 493109 (Other) +1 916 622-0738
  1380. Author:    3k Associates (support@3k.com)
  1381. Comments:
  1382.  
  1383.     [ Chris Bartram <rcb@3k.com> 3-Jun-1994 ]
  1384.  
  1385.     NetMail/3000 is a full featured electronic mail system for HP3000
  1386.     computer systems which was designed as an SMTP and MIME compatible
  1387.     network mail system.  NetMail/3000 provides a user interface
  1388.     compatible with "dumb" terminals, but also has hooks to identify and
  1389.     utilize features of HP terminals and PC or Mac based HP terminal
  1390.     emulator packages. Users can send messages (8-bit character sets are
  1391.     supported) and attach any number of files (host or pc based) to their
  1392.     messages (PC/Mac based files are automatically retrieved and loaded),
  1393.     and all messages (and attachments) are exported in MIME format, though
  1394.     users can specify that files be encoded via 'uuencode' or 'binhex' if
  1395.     necessary to be readable by non-MIME compatible mail systems).
  1396.     
  1397.     NetMail/3000's user interface is also unique in that Windows-based
  1398.     terminal emulator users can allow NetMail/3000 to automatically
  1399.     extract and pass any message parts (not displayable in the terminal
  1400.     emulator) directly to their PC and have the appropriate application
  1401.     launched to view the file. (NetMail/3000 interrogates the PC on
  1402.     startup to determine the file types "associated" with applications.)
  1403.     
  1404.     NetMail/3000 also includes directory synchronization capability
  1405.     (compatible with Lotus' cc:Mail ADE format), a POP2 server, a
  1406.     quote-of-the-day and daytime server, and will soon be offering a
  1407.     HP3000-based gopher server. NetMail/3000 is priced independent of cpu
  1408.     size/speed/number of users, and includes network capability in the
  1409.     base product. 3k Associates is also an HP Channel Partner.
  1410.     
  1411.  
  1412. Name:      NetMail/3000 HPDesk FSC Gateway
  1413. Product:   SMTP/MIME compatible gateway for HPDesk users
  1414. Platform:  HP3000 MPE/V, HP3000 MPE/iX
  1415. Contact:   solcentr@netcom.com (Solution Centers International)
  1416. Telephone: (US) 800 Net-Mail (UK)+44 (0480) 301364 (Other) +1 916 622-0630
  1417. Fax:       (US) 916 622-0738 (UK) +44 (0480) 493109 (Other) +1 916 622-0738
  1418. Author:    3k Associates (support@3k.com)
  1419. Comments:
  1420.  
  1421.     [ Chris Bartram <rcb@3k.com> 3-Jun-1994 ]
  1422.  
  1423.     The NetMail/3000 HPDesk FSC Gateway provides a bi-directional gateway
  1424.     between HPDesk mail users and the SMTP/MIME world. Any number of
  1425.     message attachments per message are supported; incoming messages are
  1426.     broken down into files on the HP3000 for HPDesk users and appear as
  1427.     normal message attachments, outgoing attachments are encoded as
  1428.     MIME-compatible message attachments (or optionally just as UUENCODED
  1429.     binary attachments for compatibility with non-MIME compatible
  1430.     mailers).
  1431.     
  1432.     The gateway operates in real-time, is a background process on the
  1433.     HP3000 (which is interrupt driven and uses minimal system resources),
  1434.     and requires no special hardware or additional software. The product
  1435.     is priced independent of platform size or type or number of users.
  1436.     Free 45 day demos are available.
  1437.  
  1438.  
  1439. Name:     PC-MM (PC Mail Manager)
  1440. Product:  MUA
  1441. Platform: MS-Windows
  1442. Contact:  Lars_Hagberg@li.icl.se
  1443. Author:   ICL
  1444. Comments:
  1445.  
  1446.     [ Tomas Kullman <tomku@li.icl.se> 30-Sep-1993 ]
  1447.  
  1448.     PC-MM from ICL is a Mail User Agent for Windows 3.1 implemented on
  1449.     Windows Socket API and TCP/IP. PC-MM is currently working on PC-NFS
  1450.     but is designed to be network software independent (i.e. will work
  1451.     on most TCP/IP softwares supporting WinSocket API).
  1452.  
  1453.     PC-MM is a MIME conformant internet mailer supporting SMTP and IMAP2
  1454.     for sending and receiving. PC-MM requires a UNIX mail server (or
  1455.     similar supporting SMTP and IMAP2).
  1456.     
  1457.     PC-MM V1.0 supports a lot of nice features, such as:
  1458.          - user friendly interface
  1459.          - built-in and user-defined text editor
  1460.          - drag and drop between folders
  1461.          - local and server based folders
  1462.          - integrated address book
  1463.          - message sorting and tagging
  1464.          - "watch dog" for incoming messages
  1465.     
  1466.     PC Mail Manager is announced and volume shipping mid November 1993.
  1467.  
  1468.     For pricing and product packaging information please contact Lars
  1469.     Hagberg at ICL ProSystems AB; E-mail: Lars_Hagberg@li.icl.se or
  1470.     phone: + 46 (0)13 11 70 00.
  1471.  
  1472.  
  1473. Name:     PMDF
  1474. Product:  MTA
  1475. Platform: VMS
  1476. Contact:  sales@innosoft.com service@innosoft.com
  1477. Author:   Innosoft International
  1478. Comments:
  1479.  
  1480. The VMSNET newsgroup 'vmsnet.mail.pmdf' is available for discussion.
  1481.  
  1482.     [ Ned Freed <ned@innosoft.com> ]
  1483.  
  1484.     Send technical inquiries to service@innosoft.com. Product
  1485.     information, pricing, and literature can be obtained from
  1486.     sales@innosoft.com. The phone number is (909) 624-7907; FAX is
  1487.     (909) 621-5319. Street address is:
  1488.  
  1489.         Innosoft International, Inc.
  1490.         250 W. First St., Suite 240
  1491.         Claremont, CA 91711
  1492.  
  1493.  
  1494. Name:     PP
  1495. Product:  MTA
  1496. Platform: UNIX
  1497. Contact:  ic-info@isode.com (commercial version)
  1498.     
  1499.     [ "Harald T. Alvestrand" <Harald.T.Alvestrand@uninett.no> 22-Aug-1994 ]
  1500.  
  1501.     PP is an X.400 and SMTP mailer, and a gateway between these, so
  1502.     you can communicate with "both worlds".
  1503.     
  1504.     The latest and greatest version is the ISODE Consortium release,
  1505.     IC-R1, but this is no longer free. However, it is not expensive,
  1506.     either.  The ISODE Consortium offers the source code to all
  1507.     Consortium members, and gives the right to sell products based on
  1508.     the code to commercial members.
  1509.  
  1510.     The PP included in Isode Consortium Release 1 (IC-R1) includes:
  1511.     
  1512.     - Conformance tested X.400/84, running over most stacks you care
  1513.         to name
  1514.     - X.400/88
  1515.     - X.400 (84 and 88) to SMTP gateways (RFC 1327 compliant)
  1516.     - SMTP, DECNET and UUCP support
  1517.     - P3File (Retix-like) message submission and delivery
  1518.     - Routing using X.500 (experimental)
  1519.     - MIME gatewaying support (MIME-MHS/HARPOON compliant)
  1520.     - SNMP monitoring
  1521.     - X.500 and file based distribution lists
  1522.     - Fax gateway supporting Panasonic, Fujitsu and Class 2 fax modems
  1523.     
  1524.  
  1525. Name:     SMTPLINK 2.1
  1526. Product:
  1527. Platform:
  1528. Contact:
  1529. Author:
  1530. Comments:
  1531.  
  1532.     [ <support@ccmail.com> 16-Dec-1992 ]
  1533.  
  1534.     Because this version (2.1) is a 2-3 QTR-93 release you should be
  1535.     talking to your sales rep about the tentative features of this
  1536.     product. They can be reached at 800-448-2500.
  1537.  
  1538.  
  1539. Name:     STI Document Browser
  1540. Product:  MS-Windows 3.1 (shipping), NeXTstep/X11/VMS (in the pipeline)
  1541. Platform:
  1542. Contact:  info@sti.fi
  1543. Author:   Stream Technologies Inc
  1544. Comments:
  1545.  
  1546.     [ Ed Anselmo <anselmo@nic.near.net> 31-Dec-1992 ]
  1547.  
  1548.     Product name:   STI Document Browser
  1549.     Platforms:      
  1550.  
  1551.     How and where to get:
  1552.         Stream Technologies Inc.
  1553.         Valkjarventie 2
  1554.         SF-02130 Espoo
  1555.         FINLAND
  1556.         Tel: +358 0 43577340
  1557.         Fax: +358 0 43577348
  1558.         E-Mail: info@sti.fi
  1559.  
  1560.  
  1561. Name:     Super-TCP
  1562. Product:  protocol stack + MUA
  1563. Platform: MS-Windows
  1564. Contact:  TCP@FrontierTech.COM
  1565. Author:   Frontier Technologies
  1566. Comments:
  1567.  
  1568.     [ Ray C Langford <ray@isi.frontiertech.com> 28-Apr-1993 ]
  1569.  
  1570.     Frontier Technologies' Super-TCP for MS-Windows includes MIME
  1571.     support in their E-Mail mail system that is a part of the Super-TCP
  1572.     for Windows package.
  1573.  
  1574.     Super-TCP for Windows is a Windows Sockets compliant, 100% DLL
  1575.     implementation that can also operate in a TSR mode. Applications
  1576.     include: Network News Reader, Telnet, FTP Client/Server, NFS
  1577.     Client/Server, SMTP/POP2&3 MIME E-Mail, Telnet Redirector,
  1578.     Interactive Talk, and more. Options are also available for PPP,
  1579.     X.25, and OSI.
  1580.  
  1581.     With the MIME support in E-Mail, any type of binary file may be
  1582.     attached to your message, including Postscript files, spreadsheet
  1583.     files, database files, word processor files, graphic files, audio
  1584.     files, and digital video files.
  1585.  
  1586.     The packages in the Super-TCP product line that include the
  1587.     E-Mail (SMTP/POP2&3) with MIME support are:
  1588.         - Super-TCP for Windows   Version 3.0
  1589.                 (Complete TCP/IP package)
  1590.         - Super-TCP/NFS for Windows   Version 3.0
  1591.                 (Complete TCP/IP package with NFS client/server)
  1592.         - Super-TCP Applications for Windows   Version 3.0
  1593.                 (Windows Sockets applications only)
  1594.  
  1595.     For further information, e-mail TCP@FrontierTech.COM or call
  1596.     +1 414 241-4555.
  1597.  
  1598.     [ "Carl S. Gutekunst" <csg@hideji.worldtalk.com> 31-Oct-1994 ]
  1599.  
  1600.     The current release of SuperTCP is 4.00R2.  The stack no longer
  1601.     supports a TSR mode.  Their MIME MUA is considerably improved in
  1602.     this release.
  1603.  
  1604.  
  1605. Name:     TCP/Connect II version 2.0
  1606. Product:  MUA, news reader
  1607. Platform: Macintosh
  1608. Contact:  sales@intercon.com
  1609. Author:   InterCon Systems Corporation
  1610. Comments:
  1611.  
  1612.     [ Amanda Walker <amanda@intercon.com>  6-Sep-1994 ]
  1613.  
  1614.     Full support for MIME in email, viewing support for MIME in news.
  1615.     Includes inline composition and display of the following MIME
  1616.     content types:
  1617.  
  1618.         text/plain      image/gif         video/quicktime
  1619.         text/richtext   image/jpeg        audio/basic
  1620.         text/enriched   image/x-macpict
  1621.  
  1622.         application/applefile
  1623.         application/x-macbinhex40
  1624.  
  1625.         multipart/mixed
  1626.  
  1627.         character sets: US-ASCII, ISO-8859-1        
  1628.  
  1629.     Provides drag & drop support for file enclosures, automatic
  1630.     encoding and decoding of AppleSingle/AppleDouble ("MacMIME") body
  1631.     parts, as well as BinHex & uuencode for backward compatibility.
  1632.     Runs native on Power Macintosh computers.
  1633.  
  1634.     For more information please contact:
  1635.  
  1636.         InterCon Systems Corporation
  1637.         950 Herndon Parkway
  1638.         Herndon, VA 22070  USA
  1639.  
  1640.         +1 703 709 5500   (voice)
  1641.         +1 703 709 5555   (fax)
  1642.         sales@intercon.com  (Internet email) 
  1643.  
  1644.     [ Dave Saunders <dave@intercon.com> 7-Mar-1995 ]
  1645.  
  1646.     To add to the list of contact information:
  1647.  
  1648.     http://www.intercon.com/
  1649.     ftp://ftp.intercon.com/
  1650.  
  1651.     Additionally, we have a Windows product which also is MIME
  1652.     aware. It does not have the nifty display features that the
  1653.     Mac product has though...
  1654.  
  1655.  
  1656.  
  1657. Name:     Z-Mail
  1658. Product:  MUA
  1659. Platform: Unix
  1660. Contact:  info@z-code.com
  1661. Author:   Z-Code Software Corporation
  1662. Comments:
  1663.  
  1664.     [ Carlyn M. Lowery <lowery@zen.z-code.com> 29-May-1993 ]
  1665.  
  1666.     Z-Mail, a Unix World Magazine "Product of the Year" winner for 1991,
  1667.     is a complete electronic mail system for workstations.  Z-Mail
  1668.     provides Motif and Open Look graphical user interfaces, as well
  1669.     as two character modes.  The software has been ported to nearly
  1670.     every system that runs Unix, and it works with all standard Unix
  1671.     mail transport agents including sendmail, binmail, smail, MMDF and
  1672.     X.400 gateways.  Z-Mail can replace or coexist with standard mail
  1673.     user agents on the system, including BSD Mail, AT&T mailx, Sun Mail
  1674.     Tool, Elm, or Mush.  Most anyone can use Z-Mail "off the shelf" and
  1675.     immediately benefit from its simple interface and advanced features.
  1676.     
  1677.     Z-Mail also includes Z-Script, a powerful scripting language that
  1678.     enables users to customize and extend Z-Mail's capabilities.
  1679.     Z-Mail's multi-media capabilities allow easy integration with
  1680.     best-of-class products including spreadsheets, desk-top publishing,
  1681.     graphics, fax, voice, and video. For example, when users receive a
  1682.     spreadsheet file, Z-Mail can be configured to automatically launch
  1683.     the associated application and load the the attachment automatically
  1684.     and transparently to the user.  Z-Mail understands MIME-format
  1685.     documents and is also compatible with Sun's multimedia Mailtool.
  1686.  
  1687.     Mac, MS-DOS, and MS-Windows versions, as well as native MIME
  1688.     support, are planned for this summer.
  1689.     
  1690.     For more information on Z-Mail, contact:
  1691.         Z-Code Software Corp.
  1692.         4340 Redwood Hwy., Suite B-50
  1693.         San Rafael, CA 94903
  1694.         tel: (415) 499-8649
  1695.         fax: (415) 479-0448
  1696.         e-mail: info@z-code.com
  1697.     
  1698.     Also, you can anonymous-ftp a demo copy of Z-Mail from 
  1699.     ftp://ora.com/pub/z-code/zmail/2.1/
  1700.     (The file you want is named zm.XXX.tar.Z, where XXX is 
  1701.     your type of machine.)  You'll need to call us after you do so we
  1702.     can send you an activation key.
  1703.  
  1704. --
  1705.  
  1706. 9) MIME and USENET news
  1707. -----------------------
  1708.  
  1709. 9.1) Introduction
  1710.  
  1711. USENET articles are (by design) very similar to RFC 822 mail messages.
  1712. It is therefore reasonable to expect MIME software to be adopted for use
  1713. on USENET.
  1714.  
  1715. A number of the mail user agents and tools discussed in section 7 also
  1716. handle USENET news.
  1717.  
  1718. --------------------------------
  1719.  
  1720. 9.2) News readers and transports with MIME support
  1721.  
  1722. Name:     GNUS
  1723. Product:  reader
  1724. Platform: GNU Emacs
  1725. Where:
  1726. Author:   Masanobu UMEDA
  1727. Comments:
  1728.  
  1729.     [ Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 07-Aug-1993 ]
  1730.  
  1731.     GNUS is an NNTP-based newsreader for GNU Emacs.  GNUS versions
  1732.     3.14.4 and later directly support reading of articles written in
  1733.     MIME format.  It only requires the metamail package.  Compositions
  1734.     of articles written in MIME format requires "mime.el" that is a
  1735.     part of MIME tools for GNU Emacs (see section 7.2).
  1736.  
  1737.  
  1738. Name:     gnus-mime.el
  1739. Product:  reaJoe Ilacqua der
  1740. Platform: GNU Emacs
  1741. Where:    ftp://world.std.com/dist/gnus-mime.el.shar
  1742.           (also in the contrib tree of metamail)
  1743. Author:   Joe Ilacqua
  1744. Comments:
  1745.  
  1746.     [ Joe Ilacqua <spike@world.std.com> 24-Jun-1993 ]
  1747.  
  1748.     "gnus-mime.el" is an ELISP package that adds support for MIME to
  1749.     GNUS.  This is the second release: I consider it very beta, and I'm
  1750.     sure there are bugs, but it does work.  It provides support both to
  1751.     read and to post USENET articles in MIME format.  It's scarcest
  1752.     feature is support for multi-part multi-media ".signatures".
  1753.  
  1754. I believe that gnus-mime.el is for GNUS prior to version 3.14.4.
  1755.  
  1756.  
  1757. Name:     INN
  1758. Product:  transport
  1759. Platform:
  1760. Where:
  1761. Author:
  1762. Comments:
  1763.  
  1764.     [ Christopher Davis <ckd@eff.org> 03-Jun-1993 ]
  1765.  
  1766.     There is some minimal MIME support in the INN package.  Since INN
  1767.     is a transport system, not a newsreader, the support is for
  1768.     transferring MIME messages, not reading them.
  1769.  
  1770.     [ Christophe Wolfhugel <Christophe.Wolfhugel@grasp.insa-lyon.fr> 23-Jul-1993 ]
  1771.  
  1772.     INN's MIME support is today divided in two parts:
  1773.  
  1774.     1) the possibility to have nnrpd add default MIME headers to
  1775.     locally posted articles;
  1776.  
  1777.     2) transfer-encoding changes on transport with "innxmit", i.e. recode
  1778.     8bit to quoted-printable.
  1779.  
  1780.  
  1781. Name:     MH
  1782. Product:  reader
  1783. Platform:
  1784. Where:    See section 7 for MH's FTP sites.
  1785. Author:
  1786. Comments:
  1787.  
  1788.     [ John Romine <jromine@ics.uci.edu> 30-Jul-1993 ]
  1789.  
  1790.     If you compile MH to use NNTP, it can read news with its "bbc"
  1791.     command; MH supports MIME.
  1792.  
  1793.  
  1794. Name:     mhunify (aka stacknews)
  1795. Product:  reader
  1796. Platform: UNIX
  1797. Where:    ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhunify.shar.gz
  1798. Author:   Jerry Sweet <jsweet@irvine.com>
  1799. Comments:
  1800.  
  1801.     [ Jerry Sweet <jsweet@irvine.com> 11-Aug-1994 ]
  1802.  
  1803.     Mhunify is a set of perl scripts and templates that provides
  1804.     shell-level MH functionality with USENET news.  Since MH supports
  1805.     MIME, MIME-format news articles just work.  I've found that being
  1806.     able to handle news in the same way that I handle e-mail is very
  1807.     useful, although there are some tradeoffs: no kill files, no
  1808.     threads, at least for now.
  1809.  
  1810.     Mhunify also treats MH folders just like news groups.  If you
  1811.     subscribe to several mailing lists, and your e-mail is
  1812.     automatically delivered to separate folders, say, via procmail
  1813.     or via MMDF's .maildelivery, the mhunify package lets you progress
  1814.     automatically through your folders just as you would news groups.
  1815.  
  1816.     Requirements: 
  1817.           - csh or some shell with shell-level alias or procedure
  1818.             facilities;
  1819.           - perl 4.0 or later;
  1820.           - MH 6.8 or later;
  1821.           - direct file system access to the USENET news spool
  1822.             directory (typically /usr/spool/news - as a local or NFS
  1823.             mounted file system).
  1824.  
  1825.     Some of the goodies:
  1826.  
  1827.         stacknews     - read USENET news using shell-level MH.
  1828.         ncomp, nrepl, nforw
  1829.                       - compose, reply to, and forward to USENET
  1830.                               news groups (these use nwhatnow).
  1831.         nwhatnow      - post USENET articles & send e-mail from 
  1832.                               the same draft.
  1833.         consider      - creates a folder, +consider  by  default,
  1834.                               containing specified messages.
  1835.         bburst        - bursts digests into a writeable folder,
  1836.                               +consider by default.
  1837.         clearf        - clears the MH folder stack.
  1838.         mhpped        - utility composition template pre-processor.
  1839.         pscan         - scan messages from point of previous scan.
  1840.                               
  1841.         Plus man pages, templates, example configuration files, 
  1842.         other utility programs, and a Makefile to install everything.
  1843.  
  1844.  
  1845. Name:     nn
  1846. Product:  reader
  1847. Platform:
  1848. Where:
  1849. Author:
  1850. Comments:
  1851.  
  1852.     [ Luc Rooijakkers <lwj@cs.kun.nl> 26-Jul-1993 ]
  1853.  
  1854.     The current beta release of nn tags newly posted articles as
  1855.     text/plain; charset=xxx with transfer encoding 8bit if the message
  1856.     contains any 8 bit characters.
  1857.  
  1858.     Reading support needs further work.
  1859.  
  1860.  
  1861. Name:     SNews
  1862. Product:  reader
  1863. Platform: MS-DOS OS/2
  1864. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snews191.zip
  1865.           MS-DOS binaries
  1866. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snws191o.zip
  1867.           OS/2 binaries
  1868. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snws191s.zip
  1869.           Source
  1870. Author:
  1871. Comments:
  1872.  
  1873.     [ Daniel Fandrich <dan@fch.wimsey.bc.ca> 27-Aug-1993 ]
  1874.  
  1875.     Revision 1.91 of the SNews newsreader for MS-DOS systems
  1876.     fixes several bugs in version 1.90 (alpha), as well as adding
  1877.     some much-needed features, including built-in support for ISO
  1878.     8859/1/2/3/4/9 character sets (RFC 1521 and RFC 1522) and a single
  1879.     key interface to the metamail MIME decoder (or other user-specified
  1880.     program).  An additional bonus is the availability of an OS/2
  1881.     version.
  1882.  
  1883.  
  1884. Name:     strn
  1885. Product:  reader
  1886. Platform: UNIX
  1887. Where:    ftp://ftp.uu.net/networking/news/readers/trn/strn/strn092.tar.gz
  1888. Author:   Clifford A Adams <caadams@access.digex.net>
  1889. Comments:
  1890.  
  1891. Strn has support for reading and creating MIME articles.
  1892.  
  1893.  
  1894. Name:     trn
  1895. Product:  reader
  1896. Platform: UNIX
  1897. Where:    ftp://ftp.uu.net/networking/news/readers/trn/trn.tar.gz
  1898. Author:   Wayne Davison <davison@borland.com>
  1899. Comments:
  1900.  
  1901. trn 3.0 has support for reading MIME articles with metamail, and
  1902. creating them with mhn.
  1903.  
  1904. --
  1905. End of Part 2
  1906. *************
  1907. --
  1908.